home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Book of Tells
/
The Book of Tells.iso
/
vidgal.dir
/
00238_Script_238
< prev
next >
Wrap
Text File
|
1994-09-22
|
244b
|
8 lines
on exitFrame
global movieSpriteNum,mStartTime,mStopTime,moving
setTime
if (the movietime of sprite movieSpriteNum >= (mStopTime)) and (moving=TRUE) then set the movieTime of sprite movieSpriteNum = mStartTime
go the frame
end